-
Notifications
You must be signed in to change notification settings - Fork 243
FOUR-27118: Review process_request_tokens rows to display in TASK page Inbox #8579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d to an Action By Email
…Expressio ## Description: Steps to Reproduce the Issue: Open a Request/Case: Navigate to the ProcessMaker cases and open an existing request (case). Click on the Reassignment Button: Locate and click the "Reassignment" button to reassign the case to another user. View the Assignment User List: Observe the list of users displayed in the reassignment dropdown. Current Behavior (Issue): Instead of filtering users as per the regular expression, all users are displayed in the reassignment list. Expected Behavior: The user list should be filtered based on the regular expression condition set in the process. Only users that match the specified regular expression should appear in the list. Impact: The client expects the user list to be filtered dynamically based on the regular expression condition applied in the process, but it is not working correctly. Potentials Fix: Request the development team to investigate and ensure that the reassignment user list correctly applies the regular expression condition as configured in the process. Acceptance criteria: When having a Rule Expression, the reassignment should only allow to reassign to Admin, Process Manager or the users listed in the Rule Expression list. ## Related Tickets & Packages https://processmaker.atlassian.net/browse/FOUR-23734
Fix error when dependent screen is missing
FOUR-25919: Processmaker is not registering the name of user performing a task on behalf of someone else
Textarea Control - Rich text does not work correctly in nested screens
FOUR-24085: Email Screen is not displaying its styles when it assigned to an Action By Email
observation/FOUR-21268 Mobile Version doesn't have a close button for the hamburger
FOUR-24683: [45464] Richtext field not rendering ul tag (regression)
FOUR-25910: Old processes do not update the progress bar status (Error and Canceled)
Bugfix/FOUR-21536: [42898] UI Doesn't Allow Scrolling in Request Details Panel
bugfix/FOUR-19358: [40847] Bug: Sorting Functionality Not Working for Script Executors in Admin Panel
Bugfix/FOUR-26739: Magic variable _request.name not working inside calc properties or visibility rules
[Regression] SAML admin users prompted for password when updating user details
Process Manager Granular Permissions
FOUR-23734 [44349] - Reassignment User List Not Filtering by Regular …
Server Version Disclosure On Error Page
Process Manager - Number of Users to Assign
CarliPinell
approved these changes
Oct 30, 2025
Contributor
CarliPinell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works fine!
|
Contributor
Author
|
Closing in favor of: #8580 (clean) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.




Issue
When config('smart-extract.hitl_enabled') is true, the
/api/1.0/tasksendpoint still applies the nonSystem() scope, so the HITL task “Manual Document Review” never reaches the /tasks UI. Once visible, its case_number remains null, so the task list renders “undefined”. Reproduce by enabling HITL, assigning the task to a user and loading /tasks with non_system=true.Solution
How to Test
Related Tickets & Packages